home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / adverts / overlays / diesel / diesel_static.swf / scripts / frame_2 / DoAction.as
Text File  |  2004-09-01  |  288b  |  13 lines

  1. function loadSite()
  2. {
  3.    var _loc1_ = "http://www.dieseldreams.com";
  4.    getURL("lingo:Flsh_openWebPage(\"" + _loc1_ + "\")","");
  5. }
  6. function closeWindow()
  7. {
  8.    Tardis.OverlayController.removeLastOverlay();
  9. }
  10. weblink.onPress = loadSite;
  11. closelink.onPress = closeWindow;
  12. stop();
  13.